body {
    padding-top: 56px;
    background-color: #f2f2f2;
    font-family: "Arial";
  }
  
  :focus,
  .content a:focus {
    outline: 2px solid #CC0000!important;
  }
  
  h1 {
      font-size: 32px;
      margin-bottom: .75em;
  }
  
  h2 {
      font-size: 28px;
      margin-bottom: .75em;
  }
  
  h3 {
      font-size: 20px;
  }
  
  .bg-primary {
      background-color: #2A5587!important;
  }
  
  .btn-primary {
      background-color: #2A5587!important;
      border-color: #2A5587!important;
  }
  
  .bg-dark {
      background-color: #333333!important;
  }
  .navbar {
      padding: 0;
  }
  .nav-link {
      padding: 1rem 1.5rem!important;
      border-right: 1px solid #777;
  }
  .nav-item:first-child .nav-link{
      border-left: 1px solid #777;;
  }
  
  .nav-link:hover {
      background: #010101;
  }
  header {
      background: #fff url(images/skyline-utrecht----foto-renzo-gerritsen-002.jpg) no-repeat top left;
      background-size: cover;
      min-height: 33em;    
  }
  header.py-5 {
      padding-top: 0!important;
  }
  .header-text {
      position:absolute;
      top: 730px;
      left:10px;   
      color: #000;
      background: #f2f2f2;
  }
  .subNav {
      background-color: #fff;
      /* height: 144px; */
      width: 100%;
  }
  
  .subNav-inner {
      position: relative;
      max-width: 1140px;
      height: 116px;
      margin: 0 auto;
      padding: 10px 0;
  }
  
  .subNav-inner-logo {
     
      width: 175px;
      height: 130px;
      background-size: 100% 100%;
  }
  
  .subNav-inner-text {
      position: absolute;
      right: 0;
      top: 26px;
      font-size: 1.8em;
      text-align: right;
      padding-right: 15px;
  }
  
  .main-title {
      float: right;
      background: url(images/logo-utrecht-cijfers.svg) no-repeat center right;
      width: 208px;
      height: 30px;
      margin-bottom: 6px;
      background-size: 100% 100%;
      text-align: left;
      text-indent: -99999px;
  }
  
  .sub-title {
      float: right;
      width: 100%;
      font-size: 16px;
      line-height: 16px;
      font-style: italic;
  }
  
  .container.content {
      margin-top: -30em;
      padding: 1.8em 2em;
      background: #f2f2f2;
      border-top: 10px solid #FFCC00;
      min-height: 600px;
  }
  
  .card {
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.1);
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.1);
  }
  
  .card:hover img.card-img-top {
       animation: bounce .5s;
  }
  
  @keyframes bounce {
      0%, 20%, 60%, 100% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
  
      40% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10	px);
      }
  
      80% {
          -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
      }
  }
  
  .card-title {
      text-align: center;
      margin-bottom: .25em;
  }
  
  .row.red .card {
      border-top: 5px solid #cc0000;
  }
  
  .row.green .card {
      border-top: 5px solid #32ab27;
  }
  
  .row.blue .card {
      border-top: 5px solid #006dff;
  }
  
  .row.yellow .card {
      border-top: 5px solid #FFCC00;
  }

.row.purple .card {
      border-top: 5px solid #762cd1;
  }
  
  .content a {
      display: block;
      height: 100%;
      color: #000;
      text-decoration: none;
  }
  
  .content a:hover {
      color: #000;
  }
  
  .content p a {
      display: inline;
      text-decoration: underline;
  }
  
  .content p a:hover {
      text-decoration: none;
  }
  
  img.card-img-top {
      max-width: 150px;
      margin: 0 auto;
      padding: 1em;
  }
  
  .card-body {
    padding-right: .75rem;
    padding-left: .75rem;
      background: #f8f8f8;
      border-top: 1px solid #f2f2f2;
      min-height: 75px;
  }
  
  .green .card-body {
      min-height: 105px;
  }
  
  #info-popup {
      display: none;
      position: absolute;
      z-index: 100;
  }
  
  .info-popup-content {
      display: inline-block;
      width: auto;
      max-width: 330px;
      padding: 10px 20px;
      background: #FFF;
      color: #4D4D4D;
      font-size: 12px;
      font-weight: normal;
      box-shadow: 2px 2px 20px -12px #4D4D4D; 
  }
  
  .info-popup-content:after {
      position: absolute;
      content: "";
      display: block;
      border-width: 22px 13px 0 13px;
      border-style: solid;
      border-color: #FFF transparent transparent transparent; 
  }
  .info-popup-content p {
      margin: 0;
  }
  .more-info {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 22px;
      height: 22px;
      border: none;    
      background: transparent url(../images/info-circle-solid.svg) no-repeat top left; /*rgb(8, 22, 56);*/
      text-align: center;
      box-sizing: border-box;
      box-shadow: none;
      text-indent: -9999px;
  }
  
  @media (max-width:1425px) {
      .header-text {
          position: absolute;
          top: 210px;
          left: auto;
          right: 10px;
          background-color: rgba(0,0,0,0.3);
          color: white;
          padding: 3px 10px;
  
      }
  }
  
  @media (max-width: 1011px) {
      .col-md-3.col-sm-6 {
          flex: 0 0 50%;
          max-width: 50%;
      }    
  }
  @media (max-width: 991px) {
      .h4, h4 {
          font-size: 1.1rem;
      }   
      .card-body {
          min-height: inherit;
      }
      .green .card-body {
          min-height: inherit;
      }
      .card-title {
          font-size: .9em;
          font-weight: 600;
      }
  }
  @media (max-width: 767px) {
      .h4, h4 {
          font-size: 1.5rem;
      }
      h2 {
          font-size: 1.6rem;
      }
      .card-title {
          font-size: inherit;
          font-weight: 600;
      }
      .green .card-body {
          min-height: 85px;
      }
  }
  @media (max-width: 520px) {
      .h4, h4 {
          font-size: 1.2rem;
      }
      .col-md-3.col-sm-6 {
          flex: 0 0 100%;
          max-width: 100%;
      }
      .sub-title {
          display:none;
      }   
      .green .card-body {
          min-height: inherit;
      }	
  }
  
  /* LAYOUT MONITOREN */
  
  .different h2 {
      /* color: #CC0000; */
  }
  
  .monitor .card {
      background-color: rgba(204, 0, 0,.1);
      border: 0;
  }
  
  .monitor .card h3 {
      font-size: 22px;
  }
  
  .scroll-more {
      position: absolute;
      bottom: 75px;
      left: 50%;
      margin-left: -97px;
      z-index: 2;
      width: 193px;
      background: url(images/iconen/scroll_down.svg) no-repeat bottom 20px center;
      background-size: 30px;
      padding: 20px 20px 60px 20px;
      background-color: #dee2e6;
      box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.5);
      border-radius: 6px;
      font-weight: 600;
  }
  
  .contact-page a {
      text-decoration: underline;
  }
  .contact-page a:hover {
      text-decoration: none;
  }
  
  .contact-page a {
      text-decoration: underline;
      display: inline-block!important;
  }
  
  .over-page a {
      text-decoration: underline;
      display: inline-block!important;
  }
  .over-page a:hover {
      text-decoration: none;
  }
  
  .privacy-page a {
      text-decoration: underline;
      display: inline-block!important;
  }
  
  .privacy-page a:hover {
      text-decoration: none;
  }
  
  .tverklaring-page a {
      text-decoration: underline;
      display: inline-block!important;
  }
  
  .tverklaring-page a:hover {
      text-decoration: none;
  }
  
  footer.py-5 p a {
      color:#fff;
      padding:0 10px;
  }